* gtk/gtkframe.c: Corrected the published default value of
GtkFrame::label-xalign (bug 460272).
svn path=/trunk/; revision=18671
+2007-08-22 Tristan Van Berkom <tvb@gnome.org>
+
+ * gtk/gtkframe.c: Corrected the published default value of
+ GtkFrame::label-xalign (bug 460272).
+
2007-08-21 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltip.c (gtk_tooltip_init),
P_("The horizontal alignment of the label"),
0.0,
1.0,
- 0.5,
+ 0.0,
GTK_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_LABEL_YALIGN,